home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / protocol.zip / PROTO031.TXT < prev    next >
Text File  |  1992-04-25  |  2KB  |  73 lines

  1.  
  2. From:    Leo Vildosola                          Area: Protocols
  3. To:      Michael Mikelas                        27 Jan 92 01:27:00
  4. Subject: How about these Protocol               UpdReq 
  5.  
  6. MM>I've noticed that we've been generally successful in this
  7. MM>type of message lately, so I felt that I should repost my
  8. MM>question:
  9. Never seen your posting before, I would have answered it...
  10. MM>Has anyone successfully worked Tmodem v7.0 (latest Beta as
  11. MM>far as I know...) or the SuperK protocol driver (which
  12. MM>includes Cmodem, Jmodem, etc...) into their Protocol.Ctl?
  13. MM>And if so, would you mind posting those entries here?
  14. Never tried SuperK.  But here goes Tmodem v7.0:
  15. Protocol.Ctl entry:
  16. ___
  17.  Protocol -Tmodem           (use -Tmodem since Telink is internal)
  18.         Type                Batch
  19.         LogFile             D:\Max\Tmodem.Log
  20.         ControlFile         Tmodem.Ctl
  21.         DownloadCmd         command /c TmodemS %W %P %b @Tmodem.Ctl
  22.         UploadCmd           command /c TmodemR %W %P %b %V
  23.         DownloadString      %s
  24.         UploadString
  25.         DownloadKeyword     S
  26.         UploadKeyword       R
  27.         FilenameWord        3
  28.         DescriptWord        0
  29. End Protocol
  30. ___
  31. TmodemS.Bat is as follows:
  32. ___
  33. @Echo Off
  34. Bnu /Q
  35. Set COM2=%1
  36. Tmodem.Exe /P%2 /B%3 /S %4
  37. Set COM2=
  38. Bnu /C
  39. ---
  40. TmodemR.Bat is as follows:
  41. ---
  42. @Echo Off
  43. Bnu /Q
  44. Set COM2=%1
  45. Tmodem.Exe /A /P%2 /B%3 /U%4 /R
  46. Set COM2=
  47. Bnu /C
  48. ___
  49. Please note that I the Fossil needs to be disabled for the protocol to
  50. function properly...  Hope this helps.
  51. Leo...
  52. ___
  53.  * SLMR 2.1 * Black Widow BBS * (514)684-8258 * (1:167/185)
  54.  
  55. --------------= Brought to you compliments of Plastic Tower  =---------------
  56.  
  57.  
  58. From:    Chris Albertsen                        Area: Protocols
  59. To:      Dave Mednick                           30 Jan 92 14:27:58
  60. Subject: Protocols..                            UpdReq 
  61.  
  62. Hey Dave,
  63.         I am having the same problem.  I used a Jmodem CTL example from this 
  64. echo, and it will download just fine, but it says transfer aborted at the end 
  65. of the transfer, even  though it went to the remote ok.  can anyone give me a 
  66. hint?
  67.         All my external protocols give me the same old can't open the log file 
  68. thing.  Ugg!
  69.         Chris
  70.  
  71.  
  72.  
  73.